a:hover, a:focus {
	text-decoration:none;
}

.panel-title {
    color: #000080;
}

.sous-titre {
    color: #800000;
}

.bandeau-haut {
	position:absolute;
	right:0px; /*Forcer l'alignement à droite de la photo pour que le design se déplace vers la gauche quand on rapetisse la fenêtre*/
	padding:0px;
	height:155px;
    width:auto;
	z-index:0; /*Forcer l'empilage ordonné du bandeau et du logo, le bandeau est en dessous de tout*/
}

.navbar-header {
	height:50px;
}

.logo {
	margin-top:20px;
	margin-left:20px;
	z-index:1000; /*Forcer l'empilage ordonné du bandeau et du logo, le logo est par dessus tout*/
}

img.Galerie {
	margin-bottom:5px;
	height: 183px;
}

div.Galerie {
	width:280px;
	margin-bottom:5px;
	font-size:9pt;
	font-weight:bold;
}
body {
	background-color: whitesmoke;
}

pre {
	margin-top:15px;
}

nav.credits {
	margin: 0 0 0 0;
}

p.credits {
	padding: 15px 15px 15px 15px;
	color: #777;
	margin: 0 0 0 0;
}

.justifie {
	text-align: justify;
}

#conteneur-nom-compagnie { /*Formatage du texte du nom de la compagnie*/
	padding-top:20px
}

#conteneur-background-bandeau-haut { /*Conteneur servant à afficher un background noir en arrière du bandeau*/
	position:absolute;
	top:0px;
	left:0px;
	padding:0px; /*Surcharge du padding de container-fluid de Bootstrap*/
	height:155px;
	background-color:black; /*Si l'écran est plus large que 1536 pixels (largeur du bandeau) le bandeau s'affichera correctement quand même*/
	z-index:-1;
}

#conteneur-bandeau-haut { /*Sans ce conteneur, la barre de menu se positionnerait par-dessus le bandeau d'entête*/
	padding:0px;
	height:155px;
}

#Titre-Accueil {
	font-weight:bold;
    color: #000080;
}

#Text-Accueil {
	font-size:14pt;
}

.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}